projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef27843
)
Disable format-security warning when disabling format warning
author
Mike Hommey
<mh@glandium.org>
Tue, 4 Mar 2025 22:16:17 +0000
(07:16 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 13 Jan 2026 23:04:40 +0000
(08:04 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Disable-format-security-warning-when-disabling-forma.patch
js/src/xsum/moz.build
patch
|
blob
|
history
diff --git
a/js/src/xsum/moz.build
b/js/src/xsum/moz.build
index dc7a4f2497f37e9f45e4acd05cffed2932d0e0f7..30f64cd23255e6a9c26b29f72c034f0e0f6a9c0d 100644
(file)
--- a/
js/src/xsum/moz.build
+++ b/
js/src/xsum/moz.build
@@
-17,4
+17,4
@@
SOURCES += [
]
# Suppress warnings in third-party code.
-SOURCES['xsum.cpp'].flags += ['-Wno-implicit-fallthrough', '-Wno-format', '-Wno-unused-value']
+SOURCES['xsum.cpp'].flags += ['-Wno-implicit-fallthrough', '-Wno-format', '-Wno-
format-security', '-Wno-
unused-value']